home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / arc / fact127.zip / SMALLEST.DOC < prev    next >
Text File  |  1996-04-02  |  1KB  |  52 lines

  1.  
  2.  
  3.  
  4.                                SMALLEST v1.00
  5.                   DOS utility: Save only the SMALLEST file
  6.                      (Companion to DDA's FACT program)
  7.  
  8.                    Freeware, copyright (c) April 2, 1996
  9.                                      by
  10.                            David Daniel Anderson
  11.                                  Reign Ware
  12.  
  13.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  14.  
  15.  
  16.  
  17. Introduction:
  18. ~~~~~~~~~~~~~
  19. SMALLEST saves the smallest file among all specified files that have the
  20. specified extensions.  SMALLEST is most useful for keeping the smallest
  21. archive after converting an archive to other formats.
  22.  
  23. For example, after converting #1GAME.ZIP to .ARJ, .RAR and .UC2 format,
  24. just tell SMALLEST to keep the smallest with the following command line:
  25.  
  26.     SMALLEST  #1GAME  .ARJ .RAR .UC2 .ZIP
  27.  
  28.  
  29. Command line:
  30. ~~~~~~~~~~~~~
  31. Usage   :  SMALLEST  file_spec  .ext .ex2 .ex3 .ex4 .etc
  32.  
  33. Example :  SMALLEST  *.*  .zip .arj .rar .uc2
  34.         :  SMALLEST  c:\dls\*.*  .acb .ha .yc
  35.         :  SMALLEST  newgame.arj  .arj .rar .zip
  36.  
  37.  
  38. Notes:
  39. ~~~~~~
  40.   *) As the examples show, the "file_spec" may contain DOS wildcards.
  41.  
  42.   *) As the examples show, multiple extensions can (MUST) be specified.
  43.  
  44.   *) The "file_spec" MUST contain a file extension (an asterisk is fine).
  45.  
  46.  
  47. Revision history:
  48. ~~~~~~~~~~~~~~~~~
  49.     1.00 : 1996/04/02   First public release.
  50.  
  51. [end]
  52.